/* Best way is just to create a new css class */ .cursor-pointer { cursor: pointer; } /* Or alternatively, add it as a html style */ <p style="cursor: pointer;">Hello World</p>